Skip to content

Update release notes for z+1 releases#12956

Merged
sdwheeler merged 3 commits intoMicrosoftDocs:mainfrom
sdwheeler:sdw-w571216-rel-notes
Apr 21, 2026
Merged

Update release notes for z+1 releases#12956
sdwheeler merged 3 commits intoMicrosoftDocs:mainfrom
sdwheeler:sdw-w571216-rel-notes

Conversation

@sdwheeler
Copy link
Copy Markdown
Collaborator

@sdwheeler sdwheeler commented Apr 21, 2026

PR Summary

Update release notes for z+1 releases

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributor's guide.
  • Style: This PR adheres to the style guide.

Copilot AI review requested due to automatic review settings April 21, 2026 18:55
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit e73bb04:

✅ Validation status: passed

File Status Preview URL Details
reference/7.4/Microsoft.PowerShell.Utility/Import-PowerShellDataFile.md ✅Succeeded View (powershell-7.4)
reference/7.5/Microsoft.PowerShell.Utility/Import-PowerShellDataFile.md ✅Succeeded View (powershell-7.5)
reference/7.6/Microsoft.PowerShell.Utility/Import-PowerShellDataFile.md ✅Succeeded View (powershell-7.6)
reference/docs-conceptual/dev-cross-plat/performance/parallel-execution.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/alternate-install-methods.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/community-support.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-alpine.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-debian.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-powershell-on-macos.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-powershell-on-windows-iot-nano.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-powershell-on-windows.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-rhel.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-ubuntu.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/PowerShell-Support-Lifecycle.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-74.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-75.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-76.md ✅Succeeded View (>=powershell-5.1)

For more details, please refer to the build report.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates documentation to reflect the next servicing (“z+1”) PowerShell releases, aligning release notes and installation guidance with the latest patch versions across supported platforms.

Changes:

  • Bump “What’s New” release notes to 7.6.1 / 7.5.6 / 7.4.15, including new notable bullets and PR link refs.
  • Update install docs (Windows/Linux/macOS/IoT/Nano) download URLs and examples to the latest patch versions.
  • Refine Import-PowerShellDataFile docs to better describe -SkipLimitCheck limits and associated risk.

Reviewed changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-76.md Update 7.6 release notes to 7.6.1 and adjust runtime/module notes.
reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-75.md Update 7.5 release notes to 7.5.6 and adjust runtime/module notes.
reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-74.md Update 7.4 release notes to 7.4.15 and add new engine/cmdlet bullets.
reference/docs-conceptual/install/install-ubuntu.md Refresh Ubuntu .deb URLs and example commands to latest patch versions.
reference/docs-conceptual/install/install-rhel.md Refresh RHEL .rpm URLs and example command to latest patch versions.
reference/docs-conceptual/install/install-powershell-on-windows.md Update WinGet usage/output and stable download links to 7.6.1.
reference/docs-conceptual/install/install-powershell-on-windows-iot-nano.md Update Windows IoT/Nano ZIP examples and links to 7.6.1.
reference/docs-conceptual/install/install-powershell-on-macos.md Update macOS package/archive links and add Homebrew cross-reference.
reference/docs-conceptual/install/install-debian.md Refresh Debian .deb URLs and example commands to 7.6.1.
reference/docs-conceptual/install/install-alpine.md Refresh Alpine tarball URLs and example command to 7.6.1.
reference/docs-conceptual/install/community-support.md Refresh Raspberry Pi OS binary archive links and LTS/stable labeling.
reference/docs-conceptual/install/alternate-install-methods.md Refresh binary archive example filenames/URL to 7.6.1.
reference/docs-conceptual/install/PowerShell-Support-Lifecycle.md Update “current Stable/LTS” version statements.
reference/docs-conceptual/dev-cross-plat/performance/parallel-execution.md Minor wording update and refresh ms.date.
reference/7.6/Microsoft.PowerShell.Utility/Import-PowerShellDataFile.md Update -SkipLimitCheck docs to include key/AST limits and DoS warning.
reference/7.5/Microsoft.PowerShell.Utility/Import-PowerShellDataFile.md Same -SkipLimitCheck documentation update for 7.5.
reference/7.4/Microsoft.PowerShell.Utility/Import-PowerShellDataFile.md Same -SkipLimitCheck documentation update for 7.4.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-74.md
Comment thread reference/docs-conceptual/install/community-support.md Outdated
Comment thread reference/docs-conceptual/install/community-support.md Outdated
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 1fe46d9:

✅ Validation status: passed

File Status Preview URL Details
reference/7.4/Microsoft.PowerShell.Utility/Import-PowerShellDataFile.md ✅Succeeded View (powershell-7.4)
reference/7.5/Microsoft.PowerShell.Utility/Import-PowerShellDataFile.md ✅Succeeded View (powershell-7.5)
reference/7.6/Microsoft.PowerShell.Utility/Import-PowerShellDataFile.md ✅Succeeded View (powershell-7.6)
reference/docs-conceptual/dev-cross-plat/performance/parallel-execution.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/alternate-install-methods.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/community-support.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-alpine.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-debian.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-powershell-on-macos.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-powershell-on-windows-iot-nano.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-powershell-on-windows.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-rhel.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-ubuntu.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/PowerShell-Support-Lifecycle.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-74.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-75.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-76.md ✅Succeeded View (>=powershell-5.1)

For more details, please refer to the build report.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit d9bc6c2:

✅ Validation status: passed

File Status Preview URL Details
reference/7.4/Microsoft.PowerShell.Utility/Import-PowerShellDataFile.md ✅Succeeded View (powershell-7.4)
reference/7.5/Microsoft.PowerShell.Utility/Import-PowerShellDataFile.md ✅Succeeded View (powershell-7.5)
reference/7.6/Microsoft.PowerShell.Utility/Import-PowerShellDataFile.md ✅Succeeded View (powershell-7.6)
reference/docs-conceptual/dev-cross-plat/performance/parallel-execution.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/alternate-install-methods.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/community-support.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-alpine.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-debian.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-powershell-on-macos.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-powershell-on-windows-iot-nano.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-powershell-on-windows.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-rhel.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/install-ubuntu.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/PowerShell-Support-Lifecycle.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-74.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-75.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-76.md ✅Succeeded View (>=powershell-5.1)

For more details, please refer to the build report.

@sdwheeler sdwheeler merged commit 4d07911 into MicrosoftDocs:main Apr 21, 2026
5 checks passed
@sdwheeler sdwheeler deleted the sdw-w571216-rel-notes branch April 21, 2026 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants